projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1269ae5
)
(eshell/define): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 17 Oct 2002 16:52:29 +0000
(16:52 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 17 Oct 2002 16:52:29 +0000
(16:52 +0000)
lisp/eshell/esh-var.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-var.el
b/lisp/eshell/esh-var.el
index f447bfb0339d95090309eed0b9d4d877417e4ef1..c966dd1451ff9fd86f574cd9378497c664c87499 100644
(file)
--- a/
lisp/eshell/esh-var.el
+++ b/
lisp/eshell/esh-var.el
@@
-276,7
+276,7
@@
This function is explicit for adding to `eshell-parse-argument-hook'."
(eshell-parse-variable))))
(defun eshell/define (var-alias definition)
- "Define a
n
VAR-ALIAS using DEFINITION."
+ "Define a VAR-ALIAS using DEFINITION."
(if (not definition)
(setq eshell-variable-aliases-list
(delq (assoc var-alias eshell-variable-aliases-list)